Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/vishal-dcode/Scroll Animation/

app.js /cody/vishal-dcode/Scroll Animation/app.js
36 Views
0 Comments
const boxes = document.querySelectorAll(".article");

window.addEventListener("scroll", checkBoxes);

checkBoxes();

function ch
index.html /cody/vishal-dcode/Scroll Animation/index.html
95 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
style.css /cody/vishal-dcode/Scroll Animation/style.css
41 Views
0 Comments
body {
font-family: "Poppins";
background-color: #141414;
color: #fff;
display: flex;
flex-direction: column;
align-